Testing Strategies
Applet testing
public class SomeApplet
  extends Applet{

/* Application interface */
public static
  void main(String argv[]){

  AppletFrame appletFrame =
    new AppletFrame( );
  Applet applet = new SomeApplet();